home *** CD-ROM | disk | FTP | other *** search
- /* =================
- * AEAHandlerQuit.cc
- * =================
- *
- * Implemented by AEAHandlerQuit.cc
- */
-
- #include "AEADebugging.h"
-
- #include "AEAHandlerQuit.hh"
-
- #include "AEADescAppleEvent.hh"
-
-
- AEAHandlerQuit::AEAHandlerQuit()
- : AEAHandler(kCoreEventClass, kAEQuitApplication)
- {
- }
-
- void
- AEAHandlerQuit::HandleEventSelf(const AEADescAppleEvent &inAppleEvent, AEADescAppleEvent &outReply)
- {
- NotifyAppQuitEvent();
- }
-